added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBAzureWorkflowService35 / VBAZWorkflowService35 / ServiceDefinition.csdef
blob05e2b39ad5fadc9b0f5eb380e4b001fb30bf6043
1 <?xml version="1.0" encoding="utf-8"?>
2 <ServiceDefinition name="VBAZWorkflowService35" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
3   <WebRole name="WorkflowServiceWebRole">
4     <InputEndpoints>
5       <InputEndpoint name="HttpIn" protocol="http" port="80" />
6     </InputEndpoints>
7     <ConfigurationSettings>
8       <Setting name="DiagnosticsConnectionString" />
9     </ConfigurationSettings>
10   </WebRole>
11 </ServiceDefinition>